HL7 V2 ADT Process API - Implementation Template
PID - Patient identification mapping
Account and Contact objects
SEQ | HL7 Element | Field | Notes |
---|---|---|---|
PID-02 | Medical Record Number | HealthCloudGA____MedicalRecordNumber__c | |
PID-03 | Internal ID | HealthCloudGA____SourceSystemId____c | This is Salesforce External ID field. This should be unique. This will typically be an EPIC record identifier. |
PID-05 | Patient Name | FirstName LastName | |
PID-07 | Birth Date | PersonBirthDate | |
PID-08 | Gender | HealthCloudGA____Gender____pc | |
PID-11 | Address | PersonMailingStreet PersonMailingCity PersonMailingState PersonMailingPostalCode PersonMailingCountry BillingStreet BillingCity BillingState BillingPostalCode BillingCountry ShippingStreet ShippingCity ShippingState ShippingPostalCode ShippingCountry | |
PID-13 | Home Phone | PersonHomePhone | |
PID-14 | Other Phone | PersonOtherPhone | |
PID-15 | Communication Language | dkom____Language____c | |
PID-18 | Account Number | AccountNumber | |
PID-19 | Social Security Number | Last__4__digits_of__SSN____pc |
EHR Patient object
SEQ | HL7 Element | Field | Notes |
---|---|---|---|
NA | NA | HealthCloudGA____Account____c | Salesforce Id of Person Account |
PID-03 | Internal ID | HealthCloudGA____SourceSystemId____c | This is Salesforce External ID field. This should be unique. This will typically be an EPIC record identifier. |
PID-05 | Patient Name | HealthCloudGA____GivenName1____c HealthCloudGA____FamilyName1____c | |
PID-07 | Birth Date | HealthCloudGA____BirthDate____c | |
PID-08 | Gender | HealthCloudGA____GenderLabel____c | |
PID-11 | Address | HealthCloudGA____Address1Line1____c HealthCloudGA____Address1Line2____c HealthCloudGA____Address1City____c HealthCloudGA____Address1State____c HealthCloudGA____Address1PostalCode____c HealthCloudGA____Address1Country____c | |
PID-13 | Home Phone | PersonHomePhone | |
PID-14 | Other Phone | PersonOtherPhone | |
PID-15 | Communication Language | HealthCloudGA____Communication1Code____c | |
PID-16 | Marital Status | HealthCloudGA____MaritalStatusLabel____c | |
PID-18 | Account Number | AccountNumber | |
PID-19 | Social Security Number | Last__4__digits__of__SSN____pc |